|
|
|
|
Columns Property, SftTree Class |
Returns the control's ColumnsClass instance describing all columns.
Syntax SftTree Class (Softelvdm.SftTreeNET)
VB |
Public ReadOnly Property Columns As ColumnsClass |
C# |
public ColumnsClass Columns { get; } |
C++ |
public: property ColumnsClass^ Columns { |
Property Value
The ColumnsClass class instance.
Comments
The Columns property returns the control's ColumnsClass instance describing all columns.
The instance of the ColumnsClass class describes attributes that apply to all columns in a SftTree/NET control. Numerous properties and methods can be accessed using the returned object.
A control has only one ColumnsClass instance.